Split azure-devops-cli SKILL.md into samller files#841
Open
fondoger wants to merge 2 commits intogithub:stagedfrom
Open
Split azure-devops-cli SKILL.md into samller files#841fondoger wants to merge 2 commits intogithub:stagedfrom
fondoger wants to merge 2 commits intogithub:stagedfrom
Conversation
Author
|
@aaronpowell, @AungMyoKyaw, please review. |
Contributor
There was a problem hiding this comment.
Pull request overview
Splits the previously monolithic skills/azure-devops-cli/SKILL.md into a compact entrypoint plus domain-focused reference documents, so agents can load only the relevant content on demand.
Changes:
- Replaced the large
SKILL.mdwith a shorter overview plus a routing table to reference docs. - Added seven new reference markdown files under
skills/azure-devops-cli/references/covering major Azure DevOps CLI domains. - Updated
docs/README.skills.mdto list the newly bundled reference assets forazure-devops-cli.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/azure-devops-cli/SKILL.md | Slimmed main skill file; added authentication snippet and reference routing table |
| skills/azure-devops-cli/references/repos-and-prs.md | New reference for Azure Repos/PRs/policies examples |
| skills/azure-devops-cli/references/pipelines-and-builds.md | New reference for Pipelines, runs, builds, releases, artifacts |
| skills/azure-devops-cli/references/boards-and-iterations.md | New reference for Boards work items, area paths, iterations |
| skills/azure-devops-cli/references/variables-and-agents.md | New reference for pipeline variables, variable groups, agents/pools/queues |
| skills/azure-devops-cli/references/org-and-security.md | New reference for projects, teams/users, permissions, wikis, admin |
| skills/azure-devops-cli/references/advanced-usage.md | New reference for output formats, --query usage, global args, aliases |
| skills/azure-devops-cli/references/workflows-and-patterns.md | New reference for automation workflows, scripting/idempotency patterns |
| docs/README.skills.md | Lists the new reference files as bundled assets for the skill |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Goal
The existing
azure-devops-cli/skill/SKILL.mdis too large. By separating it to smaller files, the agents can efferently load a partial of the skill, which not only saves tokens, but also helps AI to focus.Structure
The original monolithic
SKILL.md(2,466 lines) has been split into a compact main file with on-demand reference files to save tokens.Only
SKILL.mdis loaded when the skill triggers. Reference files are read on demand based on the user's task.Token Estimation
Estimated using ~1 token per 4 characters (English text approximation).
Most tasks only need 1-2 reference files, saving 60-90% tokens compared to loading everything upfront.
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.